home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / jmedia20.zip / KEYBOARD.J < prev    next >
Text File  |  1996-11-01  |  3KB  |  130 lines

  1. 'simple keyboard created with JMedia
  2.  
  3. SetDimensions 640 350 100 100
  4.  
  5. ResetWindows
  6. KillMouseFields
  7. TextWindow 0 0 79 24 0 0
  8.  
  9. Wizard 0 68 +106 +40 c:\jmedia\box1.wiz
  10. ButtonStyle.Width 22
  11. ButtonStyle.Height 17
  12. ButtonStyle.Orient 2
  13. ButtonStyle.BevSize 2
  14. ButtonStyle.DFore 0
  15. ButtonStyle.DBack 7
  16. ButtonStyle.Bright 15
  17. ButtonStyle.Dark 8
  18. ButtonStyle.Surface 7
  19. ButtonStyle.GroupNum 0
  20. ButtonStyle.UlineCol 4
  21. ButtonStyle.CornerCol 7
  22. ButtonStyle.IconButton OFF
  23. ButtonStyle.PlainButton ON
  24. ButtonStyle.ClipButton OFF
  25. ButtonStyle.Mouse ON
  26. ButtonStyle.Invertable OFF
  27. ButtonStyle.Reset OFF
  28. ButtonStyle.Chisel OFF
  29. ButtonStyle.Recess ON
  30. ButtonStyle.Shadow ON
  31. ButtonStyle.Stamp OFF
  32. ButtonStyle.Bevel ON
  33. ButtonStyle.Underline OFF
  34. ButtonStyle.HotIcon OFF
  35. ButtonStyle.ADJ OFF
  36. ButtonStyle.RadioGroup OFF
  37. ButtonStyle.Sunken ON
  38. ButtonStyle.CheckBoxGroup OFF
  39. ButtonStyle.HighlightKey OFF
  40. ButtonStyle.Explode OFF
  41. ButtonStyle.LeftJustify OFF
  42. ButtonStyle.RightJustify OFF
  43. ButtonStyle
  44. ButtonStyle.Selected OFF
  45.  
  46. Button 4 72 0 0 1 <>1<>1
  47. Button 9 72 0 0 2 <>2<>2
  48. Button 14 72 0 0 3 <>3<>3
  49. Button 19 72 0 0 4 <>4<>4
  50. Button 24 72 0 0 5 <>5<>5
  51. Button 29 72 0 0 6 <>6<>6
  52. Button 34 72 0 0 7 <>7<>7
  53. Button 39 72 0 0 8 <>8<>8
  54. Button 44 72 0 0 9 <>9<>9
  55. Button 49 72 0 0 0 <>0<>0
  56. Button 54 72 0 0 - <>-<>-
  57. Button 59 72 0 0 = <>=<>=
  58. Button 64 72 0 0 \ <>\<>\
  59. Button 69 72 0 0 ^H <>BS<>^H
  60.  
  61. Button 79 72 0 0 ` <>`<>`
  62. Button 84 72 0 0 ~ <>~<>~
  63. Button 89 72 0 0 ! <>!<>!
  64. Button 94 72 0 0 @ <>@<>@
  65. Button 99 72 0 0 # <>#<>#
  66.  
  67. Button 6 81 0 0 q <>Q<>q
  68. Button 11 81 0 0 w <>W<>w
  69. Button 16 81 0 0 e <>E<>e
  70. Button 21 81 0 0 r <>R<>r
  71. Button 26 81 0 0 t <>T<>t
  72. Button 31 81 0 0 y <>Y<>y
  73. Button 36 81 0 0 u <>U<>u
  74. Button 41 81 0 0 i <>I<>i
  75. Button 46 81 0 0 o <>O<>o
  76. Button 51 81 0 0 p <>P<>q
  77. Button 56 81 0 0 [ <>[<>[
  78. Button 61 81 0 0 ] <>]<>]
  79.  
  80. Button 79 81 0 0 $ <>$<>$
  81. Button 84 81 0 0 % <>%<>%
  82. Button 89 81 0 0 ^ <>^<>^
  83. Button 94 81 0 0 & <>&<>&
  84. Button 99 81 0 0 * <>*<>*
  85.  
  86. Button 8 90 0 0 a <>A<>a
  87. Button 13 90 0 0 s <>S<>s
  88. Button 18 90 0 0 d <>D<>d
  89. Button 23 90 0 0 f <>F<>f
  90. Button 28 90 0 0 g <>G<>g
  91. Button 33 90 0 0 h <>H<>h
  92. Button 38 90 0 0 j <>J<>j
  93. Button 43 90 0 0 k <>K<>k
  94. Button 48 90 0 0 l <>L<>l
  95. Button 53 90 0 0 ; <>;<>;
  96. Button 58 90 0 0 ' <>'<>'
  97.  
  98. Button 79 90 0 0 ( <>(<>(
  99. Button 84 90 0 0 ) <>)<>)
  100. Button 89 90 0 0 _ <>_<>_
  101. Button 94 90 0 0 + <>+<>+
  102. Button 99 90 0 0 | <>|<>|
  103.  
  104. Button 10 99 0 0 z <>Z<>z
  105. Button 15 99 0 0 x <>X<>x
  106. Button 20 99 0 0 c <>C<>c
  107. Button 25 99 0 0 v <>V<>v
  108. Button 30 99 0 0 b <>B<>b
  109. Button 35 99 0 0 n <>N<>n
  110. Button 40 99 0 0 m <>M<>m
  111. Button 45 99 0 0 , <>,<>,
  112. Button 50 99 0 0 . <>.<>.
  113. Button 55 99 0 0 / <>/<>/
  114.  
  115. Button 61 99 0 0 < <><<><
  116. Button 66 99 0 0 > <>><>>
  117.  
  118. Button 79 99 0 0 ? <>?<>?
  119. Button 84 99 0 0 { <>{<>{
  120. Button 89 99 0 0 } <>}<>}
  121. Button 94 99 0 0 : <>:<>:
  122. Button 99 99 0 0 " <>"<>"
  123.  
  124. ButtonStyle.Width 60
  125. ButtonStyle
  126. Button 63 90 0 0 #13 <>ENTER<>^M
  127.  
  128.  
  129.  
  130.